projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
201dc48
)
gtk_disable_setlocale() - Added a call to g_disable_setlocale().
author
Yair Hershkovitz
<yairhr@gmail.com>
Fri, 16 May 2008 22:57:37 +0000
(22:57 +0000)
committer
Yair Hershkovitz
<yairhr@src.gnome.org>
Fri, 16 May 2008 22:57:37 +0000
(22:57 +0000)
2008-05-17 Yair Hershkovitz <yairhr@gmail.com>
* gtk/gtkmain.c: gtk_disable_setlocale() - Added a call to
g_disable_setlocale().
svn path=/trunk/; revision=20107
gtk/gtkmain.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmain.c
b/gtk/gtkmain.c
index 2c85faf2129555bcbfff29cbeccc55a4f8ede966..a8352243987993cf443a9f4fe28882248d6e865a 100644
(file)
--- a/
gtk/gtkmain.c
+++ b/
gtk/gtkmain.c
@@
-374,6
+374,8
@@
gtk_disable_setlocale (void)
g_warning ("gtk_disable_setlocale() must be called before gtk_init()");
do_setlocale = FALSE;
+
+ g_disable_setlocale ();
}
#ifdef G_PLATFORM_WIN32